home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / bbsutils / vwgif21.arj / VIEWGIF.DOC < prev    next >
Text File  |  1994-02-10  |  5KB  |  140 lines

  1.  
  2.  
  3. VIEWGIF v2.1 (c) 1993 Andrew Ramsey - The Keep BBS (215)855-0401
  4.  
  5.  
  6. History:
  7. -------
  8.  
  9.      Well, this is how it all started... I wanted to go through the
  10.      GIFs I had online and recatagorize them and purge poor quality
  11.      ones to conserve space. Dropping to DOS and loading a GIF viewer to
  12.      view each GIF was getting rediculous. I thought it would be great to
  13.      have the option available right through the BBS. The only problem is
  14.      I couldn't just put a GIF viewer in the batch file that calls my
  15.      archived file viewer... wouldn't be to good to have the board lock up
  16.      when a user would try to view a an archived file. So, I wrote this
  17.      program. Now, I can screen GIFs after they are uploaded and move them
  18.      to their proper area without ever leaving the BBS or dropping to DOS.  
  19.      And remote callers don't even know the program is there. They just get
  20.      the regular archive viewer like they always did.
  21.  
  22.      Now with requests to add support for other types of files also, VIEWGIF
  23.      has grown to not only work with GIF files but with any file.
  24.     
  25. Description:
  26. -----------
  27.     
  28.      VIEWGIF when put into your archived viewer batch file will allow
  29.      a SYSOP when logged on locally to call any user defined viewer when a 
  30.      file with a particular extension is found. It will automatically
  31.      determine when the user is on locally or remotely and function
  32.      accordingly. Remote users will not even know VIEWGIF is on your system.
  33.      Your archive viewer will load up for them whenever they use the VIEW
  34.      option. For local users... the viewer will appear and when you are done
  35.      your BBS will come back up.
  36.  
  37.      You can have it call up a spcial GIF viewer for GIFs.
  38.      A JPEG viewer for JPGs.
  39.      A program like SHEZ for ZIPs.
  40.      A BMP viewer for BMPs.
  41.      ...etc... what ever you want...
  42.  
  43.      Up to 50 different extensions/viewers can be defined.
  44.  
  45.      VIEWGIF is fully customizable as to what viewer is used. You pick!
  46.  
  47. Setup:
  48. -----
  49.  
  50.      I've been using it on my Multi-Line Wildcat! 3.xx system without
  51.      any glitches.
  52.     
  53.      For an example of the command line and config file structure just type 
  54.      
  55.      VIEWGIF <enter>
  56.        or
  57.      VIEWGIF /?
  58.  
  59.   
  60.     * NOTE *  See VIEWCOMP.BAT for sample setup with Wildcat! 3.xx
  61.     * NOTE *  See VIEWGIF.CFG for instructions on the configuration format.
  62.     -----------------------------------------------------------------------
  63.  
  64.     All you have to do is hit [V]iew compressed file and
  65.     VIEWGIF will take over.
  66.     
  67.     I use PICEM to view the GIFs and it works great. Others
  68.     will work, though. Just make sure you include any needed 
  69.     commands for it to operate properly on the command line.
  70.  
  71.   
  72.     VIEWGIF should work with any system that creates a standard
  73.     DOOR.SYS drop file. Currently that is all that it supports.
  74.     Others might be added in the future.
  75.  
  76.  
  77. Registration:
  78. ------------
  79.  
  80.     This program is distributed as Shareware. You are allowed a 
  81.     reasonable time to test it, but after 15 days you should register
  82.     or discontinue use.
  83.  
  84.     This unregistered version is fully functional, but has a 5 second
  85.     delay at the begining. By registering the delay will be removed and
  86.     a nice [REGISTERED] Thank you! message will be displayed REAL QUICK!
  87.     Please help support Shareware. See REGISTER.FRM for more details.
  88.     Thanks!
  89.  
  90.  
  91. Bugs:
  92. ----
  93.  
  94.     Any bugs should be reported to me:
  95.         
  96.       Andrew Ramsey                       The Keep BBS (215)855-0401
  97.       976 Jacks Lane               or     Netmail 1:273/731 FidoNet
  98.       Lansdale, PA 19446-5412             FidoNet Wildcat! Conference 
  99.  
  100.  
  101. Warranty:
  102. --------
  103.  
  104.     This software is distributed AS-IS... I make no guarantee other than
  105.     this program will take up space. I will not be responsible for and any
  106.     damage incurred through use or misuse of this software. By using this
  107.     software you agree to the above statements.
  108.  
  109. Revision History:
  110. ----------------
  111.  
  112. 03-03-93
  113.  
  114.       v1.0 Initial Release
  115.  
  116. 03-05-93
  117.  
  118.       v1.1 Bug fix. In the initial release I didn't realize that the 
  119.            unregistered version was causing a pause for all files whether
  120.            a user was online or not. This has been corrected.
  121.               
  122. 11-26-93
  123.  
  124.       v2.0 Complete rewite of the program. 
  125.  
  126.            Command line switches have been replaced by a configuration file.
  127.  
  128.            Extension of file determines what viewer is called as defined in
  129.            configuration file.
  130.  
  131.            As many as 50 different extensions and viewers can be defined.
  132.  
  133.            ViewGIF no longer calls viewer directly. A batch file is written
  134.            with proper command lines. On some systems with little free
  135.            conventional memory previous versions would lock up. The batch file
  136.            method should eliminate that.
  137.  
  138.            Sample VIEWCOMP.BAT file illustrates how archive viewer can be
  139.            bypassed after exiting ViewGIF.
  140.